home *** CD-ROM | disk | FTP | other *** search
- Path: fohnix.metronet.com!not-for-mail
- From: milam@fohnix.metronet.com (Stan Milam)
- Newsgroups: comp.lang.c
- Subject: Re: End of File
- Date: 27 Jan 1996 16:58:41 -0600
- Organization: Texas Metronet, Inc (login info (214/488-2590 - 817/571-0400))
- Message-ID: <4eean1$aqg@fohnix.metronet.com>
- References: <4edr5q$8fi@baloo.pipex-sa.net>
- NNTP-Posting-Host: fohnix.metronet.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Unregistered (Unregistered@dial.pipex.co.za) wrote:
- : How does one set the file pointer to end of file on a binary file in C.
-
- Try fseek() or lseek() depending on how you opened the file. BTW, lseek()
- is not ANSI, but most libraries support it.
-